update CHANGES.md

Andrew Cantino 9 years ago
parent
commit
60ef5fe663
1 changed files with 24 additions and 0 deletions
  1. 24 0
      CHANGES.md

+ 24 - 0
CHANGES.md

@@ -1,5 +1,29 @@
1 1
 # Changes
2 2
 
3
+* Jun 12, 2015   - RSSAgent can now accept an array of URLs.
4
+* Jun 8, 2015    - WebsiteAgent includes a `use_namespaces` option to enable XML namespaces.
5
+* May 27, 2015   - Validation warns user if they have not provided a `path` when using JSONPath in WebsiteAgent.
6
+* May 24, 2015   - Show Agents' name and user in the jobs panel.
7
+* May 19, 2015   - Add "Dry Run" to the action menu.
8
+* May 23, 2015   - JavaScriptAgent has dry run and inline syntax highlighting JavaScript and CoffeeScript.
9
+* May 11, 2015   - Make delayed\_job sleep\_delay and max\_run\_time .env configurable.
10
+* May 9, 2015    - Add 'unescapeHTML' functionality to the javascript agent.
11
+* May 3, 2015    - Use ActiveJobs interface. 
12
+* Apr 28, 2015   - Adds Wunderlist agent.
13
+* Apr 25, 2015   - Allow user to clear memory of an agent.
14
+* Apr 25, 2015   - Allow WebsiteAgent to unzip compressed JSON.
15
+* Apr 12, 2015   - Allow the webhook agent to loop over returned results if the payload\_path points to an array.
16
+* Mar 27, 2015   - Add wit.ai Agent.
17
+* Mar 24, 2015   - CloudFoundry integration.
18
+* Mar 20, 2015   - Upgrade to Rails 4.2.
19
+* Mar 17, 2015   - Add new "Dry Run" feature for some Agents.
20
+* Feb 26, 2015   - Update to PushBullet API version 2.
21
+* Feb 22, 2015   - Allow Agents to request immediate propagation of Events.
22
+* Feb 18, 2015   - Convert \n to actual line breaks after interpolating liquid and add `line_break_tag`.
23
+* Feb 6, 2015    - Allow UserLocationAgent to accept `min_distance` to require a certain distance traveled.
24
+* Feb 1, 2015    - Allow a `body` key to be provided to set email body in the EmailAgent.
25
+* Jan 21, 2015   - Allow custom icon for Slack webhooks.
26
+* Jan 20, 2015   - Add `max_accuracy` to UserLocationAgent.
3 27
 * Jan 19, 2015   - WebRequestConcern Agents can supply `disable_ssl_verification` to disable ssl verification.
4 28
 * Jan 13, 2015   - Docker image updated.
5 29
 * Jan 8, 2015    - Allow toggling of accuracy when displaying locations in the UserLocationAgent map.